home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / OBJ3D01.ZIP / AVION.M3_ / AVION.M3
Encoding:
Text File  |  1995-07-14  |  1.3 KB  |  54 lines

  1. NEW:
  2. NAME:    "AVION"
  3. POINTS:
  4.     # Partie droite
  5.     10,10,20,    10,10,10,    10,10,-10
  6.     10,-10,-10,    10,-10,10,    10,-10,20
  7.     60,-10,10,    60,-10,-10,    20,-20,5
  8.     # Partie gauche
  9.     -10,10,20,    -10,10,10,    -10,10,-10
  10.     -10,-10,-10,    -10,-10,10,    -10,-10,20
  11.     -60,-10,10,    -60,-10,-10,    -20,-20,5
  12.     # Queue
  13.     0,0,-60,    0,-10,-60,    0,-5,-80,    0,-10,-80,    0,25,-80
  14.     0,25,-70
  15.  
  16.     20,-10,-70,    20,-10,-80
  17.     -20,-10,-70,    -20,-10,-80
  18.  
  19.     -3,20,25,    3,20,25,    -3,-20,25,    3,-20,25
  20.     0,0,25
  21.  
  22. FACES:
  23.     # Ailes+Queue
  24.     4,3,7,6,        RGB(255,255,0),RGB(220,220,255) #Aile
  25.     15,16,12,13,    RGB(255,255,100),RGB(220,220,255) #Aile
  26.     18,20,22,23,    RGB(220,220,255),RGB(220,220,255)
  27.     18,20,21,19,    RGB(220,220,255),RGB(220,220,255)
  28.  
  29.     19,21,25,24,    RGB(256,220,200),RGB(220,220,255)
  30.     27,26,19,21,    RGB(220,220,255),RGB(256,220,200)
  31.  
  32.     #helice
  33.     28,29,32,32,    RGB(255,20,100),RGB(255,20,100)
  34.     30,31,32,32,    RGB(255,20,100),RGB(255,20,100)
  35.     # Cote
  36.     5,4,1,0,    RGB(180,220,255)
  37.     4,3,2,1,    RGB(200,220,255)
  38.     3,19,18,2,    RGB(220,220,255)
  39.  
  40.     9,10,13,14,        RGB(180,220,255)
  41.     10,11,12,13,    RGB(200,220,255)
  42.     11,18,19,12,    RGB(220,220,255)
  43.     # Dessus
  44.     0,1,10,9,    RGB(180,200,256)
  45.     1,2,11,10,    RGB(180,200,256)
  46.     11,2,18,18,    RGB(180,200,256)
  47.  
  48.     14,13,4,5,    RGB(256,256,0)
  49.     13,12,3,4,    RGB(256,256,0)
  50.     3,12,19,19,    RGB(256,256,0)
  51.  
  52.     14,5,0,9,    RGB(156,156,0)
  53.     
  54.